home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / VISUALBA / LOADGIF.ZIP / LOADGIF.BI < prev    next >
Text File  |  1993-08-20  |  422b  |  14 lines

  1. 'Declarations for LOADGIF.ASM and ERROR.ASM
  2.  
  3. DECLARE FUNCTION LoadGIF _
  4. (BYVAL MemPointer, BYVAL FileSeg, BYVAL FileOfs, _
  5. BYVAL PScrType, BYVAL PScrOffset, BYVAL PScrWidth, _
  6. BYVAL XRes, BYVAL YRes, BYVAL X0, BYVAL Y0, BYVAL X1, BYVAL Y1, _
  7. BYVAL XOrg, BYVAL YOrg, BYVAL AdaptorType, BYVAL PalIgnore, _
  8. BYVAL PalSeg, BYVAL PalOfs, PalColors)
  9.  
  10. DECLARE FUNCTION ErrorReport ()
  11.  
  12. DECLARE FUNCTION LoadGIFMem ()
  13.  
  14.